home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-14 | 345 b | 12 lines | [TEXT/R*ch] |
- // Copyright (c) 1996-1997 Jeremy Wyld. All rights reserved.
- /* For best viewing pleasure set the font to: Courier 10pt with 3 space tabs */
-
-
- InstallScript := func(partFrame, removeFrame) begin
-
- GetRoot().(EnsureInternal('oldRoute)) := GetRoot().GetRouteScripts;
-
- GetRoot().(EnsureInternal('GetRouteScripts)) := kGetRouteScriptsFunc;
-
- end;
-